From: Juanma Barranquero Date: Thu, 25 Mar 2004 22:45:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23519 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5abf70b0e8766d129bb1e3a5edc581ab52261d3f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 89a18361ddd..2e4d377684d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,15 +1,20 @@ 2004-03-26 Masatake YAMATO * simple.el (completion-setup-function): Emphasize the - first uncommon characters in the completions;and de-emphasize + first uncommon characters in the completions; and de-emphasize the common prefix substrings. (completion-emphasis): New face. (completion-de-emphasis): New face. +2004-03-25 Juanma Barranquero + + * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i): + Comment out (it's unused and unfinished code). + 2004-03-25 Sam Steingold * vc.el (vc-print-log): Fixed a bug in the last patch: - backend-function may be a byte-compiled object, not a lambda + backend-function may be a byte-compiled object, not a lambda. 2004-03-25 Juri Linkov